projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d71bf4d
)
Remove leftover debug spew
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 30 May 2019 12:19:08 +0000
(08:19 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 30 May 2019 12:19:08 +0000
(08:19 -0400)
gtk/tools/gtk-builder-tool-simplify.c
patch
|
blob
|
history
diff --git
a/gtk/tools/gtk-builder-tool-simplify.c
b/gtk/tools/gtk-builder-tool-simplify.c
index 7949052b023c021108ee15b38a97ea22d877192a..eed27b29b5a639692ee6e31d9becba4077c39865 100644
(file)
--- a/
gtk/tools/gtk-builder-tool-simplify.c
+++ b/
gtk/tools/gtk-builder-tool-simplify.c
@@
-197,7
+197,6
@@
needs_explicit_setting (GParamSpec *pspec,
strcmp (pspec->name, props[k].property) == 0 &&
kind == props[k].kind)
{
-g_print ("explicit: %s::%s\n", class_name, pspec->name);
found = TRUE;
break;
}